home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 217
- Top = 253
- Width = 334
- Height = 98
- Caption = 'Getting Notifications of Raised Excecptions'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 13
- object AVBtn: TButton
- Left = 40
- Top = 8
- Width = 121
- Height = 25
- Caption = '&Access Violation'
- TabOrder = 0
- OnClick = AVBtnClick
- end
- object RaiseBtn: TButton
- Left = 168
- Top = 8
- Width = 121
- Height = 25
- Caption = '&Convert Error'
- TabOrder = 1
- OnClick = RaiseBtnClick
- end
- object NonExceptionBtn: TButton
- Left = 40
- Top = 40
- Width = 121
- Height = 25
- Caption = '&Non Exception'
- TabOrder = 2
- OnClick = NonExceptionBtnClick
- end
- object QuitBtn: TButton
- Left = 168
- Top = 40
- Width = 121
- Height = 25
- Caption = '&Quit'
- TabOrder = 3
- OnClick = QuitBtnClick
- end
- end
-